home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1179
/
PlaceObject2_1055_83
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
364b
|
20 lines
onClipEvent(enterFrame){
_visible = this.hitTest(_root.mascara);
_X = _X - heroe.scrollspeed;
if(mover)
{
_Y = _Y + dy;
c--;
if(!this.hitTest(_root.mascara) || c <= 0)
{
mover = false;
borrar = true;
}
}
if(borrar)
{
this.removeMovieClip();
borrar = false;
}
}